CHANGELOG
=========
0.6
- Modify makefile as using macros for common options.
- Add #define _XOPEN_SOURCE 500 to prevent compile warning of usleep. 
- Add filename input feature for 'D'ump core.  

0.5
- Fix time tic in m6502. To get milli sec current time, use gettimeofday.
- Wall option at compile. So, several fix in m6502.c to get rid of warnings.  

0.4
- Fix some descriptions in READE and SAMPLE_PROGRAMS
- Use independant ncurses windows for main screen and message buffer, 
  instead of a single stdscr. The new screen layoht is following.
  During loading rom and core, printing some messages to the buffer.

	+-----------------------------+
	|(0,0)                 (0, 40)|
	|          screen             |
	|                             |
	|(23,0)                (23,40)|
	+-----------------------------+
	|(24,0) message buffer (24,40)|
	+-----------------------------+

0.3
- Update README 
- Allow smaller lines/colums terminal

0.2
- Delete automatic save memory function during quit.
- Shift + D "Dump core"
- Dump & Load core on file core/dumped
- Add sample core file in core directory
	
0.1
- Fixed old program name nPom1 to napple1.
- napple1 now includes Pom1 rom.
- if napple1 started with normal mode, and if core file 
  isn't existing, load rom/basic.rom to ram 0xE000. 

0.0 2010 March 15
- Derived from Pom1. First alpha release
